Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Handle QTextEdit in the ScriptDialogItem #141

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

smnppKDAB
Copy link
Collaborator

Fixes #27
to use the syntax highlighting of the "data.foo" widget, just use the name of the extension like "cpp", "js" or "py" in the "data.fooSyntax" property

@smnppKDAB smnppKDAB requested a review from dfaure-kdab August 6, 2024 10:31
src/core/scriptdialogitem.cpp Outdated Show resolved Hide resolved
src/core/scriptdialogitem.cpp Outdated Show resolved Hide resolved
src/core/scriptdialogitem.cpp Outdated Show resolved Hide resolved
src/core/scriptdialogitem.cpp Outdated Show resolved Hide resolved
src/core/scriptdialogitem.cpp Show resolved Hide resolved
src/core/scriptdialogitem.cpp Show resolved Hide resolved
src/core/scriptdialogitem.h Outdated Show resolved Hide resolved
src/core/scriptdialogitem.cpp Outdated Show resolved Hide resolved
src/core/scriptdialogitem.cpp Show resolved Hide resolved
Fixes KDAB#27
to use the syntax highlighting of the "data.foo" widget, just use the name of the extension like "cpp", "js" or "py" in the "data.fooSyntax" property
@dfaure-kdab dfaure-kdab merged commit 77af0b7 into KDAB:main Aug 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle QTextEdit in the ScriptDialogItem
2 participants